home *** CD-ROM | disk | FTP | other *** search
/ Kimeruze! Yamikon! / Kimeruze! Yamikon!.iso / pc / yarikon / wevent06.dxr / 00046.ls < prev    next >
Encoding:
Text File  |  1996-10-23  |  152 b   |  13 lines

  1. on mouseUp
  2.   global aa, ss, mm
  3.   if aa = 1 then
  4.     go("at")
  5.   end if
  6.   if ss = 1 then
  7.     go("st")
  8.   end if
  9.   if mm = 1 then
  10.     go("mt")
  11.   end if
  12. end
  13.